Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/197 - Bubble Shooting Game/

bubble-sprites.png /cody/swapnilsparsh/30DaysOfJavaScript/197 - Bubble Shooting Game/bubble-sprites.png
145 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/197 - Bubble Shooting Game/index.html
393 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Bubble Shooter Game</title>
<!-- Linking CSS & JS -->
<script type='
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/197 - Bubble Shooting Game/readme.md
235 Views
0 Comments
# Bubble Shooter Game:
>It's a **Bubble Shooter Game**, made using HTML,CSS,JS . The Code is Responsive and here Player has give
script.js /cody/swapnilsparsh/30DaysOfJavaScript/197 - Bubble Shooting Game/script.js
228 Views
0 Comments

window.onload = function() {
// Get the canvas and context
var canvas = document.getElementById("viewport");
var co
style.css /cody/swapnilsparsh/30DaysOfJavaScript/197 - Bubble Shooting Game/style.css
164 Views
0 Comments
body{
/* background-color: gray; */
background-image: linear-gradient(to right, rgb(184, 208, 217),rgb(247, 122, 122));